home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #46 (Jul 89) / Terminal / term.r < prev   
Text File  |  1989-04-08  |  597b  |  67 lines

  1. *
  2. * This is the resource file for the program "Term"
  3. * the \CA character generates a "hard" space.
  4.  
  5. * Give it a type APPL and creator FHMT.
  6. Term
  7. APPLFHMT
  8.  
  9. * Get the code portion.
  10. INCLUDE term.code
  11. TYPE MENU
  12.   ,1
  13. \14
  14. About Term...
  15. (-
  16.  
  17.   ,2
  18. File
  19. Quit
  20.  
  21.   ,3
  22. Edit
  23. Undo
  24. (-
  25. Cut
  26. Copy
  27. Paste
  28. Clear
  29.  
  30.   ,4
  31. Command
  32. Erase screen
  33. (-
  34. \CA300 Baud
  35. 1200 Baud
  36. 2400 Baud
  37. 9600 Baud
  38.  
  39. Type DLOG
  40.   ,1
  41.   
  42. 100 100 200 350
  43. Visible  NoGoAway
  44. 1
  45. 0
  46. 1
  47.  
  48. Type DITL
  49.   ,1
  50. 2
  51.  
  52. Button
  53. 60 100 90 150
  54. OK
  55.  
  56. StaticText
  57. 15 40 59 238
  58. Simple Terminal Program\0D\CAFrank Henriquez 1/88
  59.  
  60. TYPE WIND
  61.     ,1
  62. Terminal
  63. 44 7 337 507
  64. Visible GoAway
  65. 0
  66. 0
  67.